home *** CD-ROM | disk | FTP | other *** search
- Path: news1.interserv.net!news
- From: grillon@interserv.com
- Newsgroups: comp.lang.c++
- Subject: HELP: gcc/g++ exceptions
- Date: 6 Apr 1996 04:58:16 GMT
- Organization: ASOMA Instruments, Inc. -- Austin TX
- Message-ID: <4k4tl8$k3m@lal.interserv.net>
- NNTP-Posting-Host: hd83-110.compuserve.com
- Keywords: c++ exceptions howto gcc g++
- X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
-
- Folks,
- I'm trying to port some Borland v4.52 code to gcc on Red Hat Linux.
- The code uses try{ } and throw( ) and catch( ). I get compile errors
- under gcc/g++. If I get to the linker, I get undefined for terminate() and
- xalloc(). CAN YOU HELP?
-
- Q1: Do you have a 'hello world' like example using exceptions with a make file
- that I can just get a copy of?
-
- Q2: Can you tell me all the relevant parts and versions?
-
- Q3: Am I trying to do something that is not real yet on Linux becuase --
- worng compiler version, wrong linker, wrong libraries, wrong ...
-
- Thanks in advance,
- Dan St.Andre'
- ASOMA Instruments, Inc
- Austin, TX 78759
-